@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1440{ width:1400px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


.head{ width:100%; height:40px; background:#EEE; margin:0 auto;}
.head_width{ width:1300px; height:40px; margin:0 auto;}
.head_left{ line-height:40px; text-align:left; float:left; color:#666;}
.head_right{ width:840px; height:40px; float:right;}
.head_right_lx{ width:720px; line-height:40px;  text-align:right; float:left; font-size:16px; color:#666; margin-right:30px;}
.head_right_ma{ width:85px; height:40px; float:right;}
.head_right_ma_sj{ width:25px; height:40px; float:left;}
.head_right_ma_wx{ width:27px; height:40px; float:right;}
.head_right_ma_sj{ width:25px; height:40px; float:left; position:relative; cursor:pointer; background:url(../images/sj.jpg) top center no-repeat;}
.head_right_ma_sj img{ width:130px; height:130px; position:absolute; top:40px; left:-40px; z-index:99999999999; display:none;}
.head_right_ma_sj:hover img{ display:block;}
.head_right_ma_wx{ width:27px; height:40px; float:right; position:relative; cursor:pointer; background:url(../images/wx.jpg) top center no-repeat;}
.head_right_ma_wx img{ width:130px; height:130px; position:absolute; top:40px; left:-40px; z-index:99999999999; display:none;}
.head_right_ma_wx:hover img{ display:block;}
.dh_k{ width:1300px; height:80px; margin:0 auto;}
.logo{ width:220px; height:68px; float:left; margin-top:6px;}
.bb{ width:202px; height:80px; float:right;}
.h_yuyan{float: right; background: url(../images/zw.png) no-repeat left center; padding-left: 40px; position: relative; width:150px; height: 80px; line-height: 80px;cursor:pointer;}
.h_yuyan p{color:#00439A; font-size: 20px; background: url(../images/bb_san.png) no-repeat right center; padding-right: 5px; font-weight:bold;}
.h_yuyan_all{width:100%; height: auto; overflow: hidden; background: #fff; position: absolute; top:80px; left:0; display: none; z-index:9; }
.h_yuyan_all a{width:100%; height: 40px; line-height: 40px; color:#333; font-size: 16px; text-align: center; display: block; padding: 0 10px;}
.h_yuyan:hover .h_yuyan_all{display: block}
.h_yuyan_all a:hover{background: #00439A; color:#fff}
.dh_right{ width:972px; height:80px; float:right;}
.dh{ width:770px; float:left;}



/* 导航栏 */
.nav{ height:100%; width:100%; margin:0 auto;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:96px;}
.nav .nLi h3{ font-weight: normal; width:100%; height:100%;}
.nav .nLi h3 p{height:auto; font-size:16px;   width:auto; position: relative; text-align: center; line-height:76px;  display: table; margin: 0px auto; }
.nav .nLi h3 a{display:block;width:100%;height:100%; }
.nav .sub{position:absolute;top:80px;left:50%; z-index:999;display:none;padding:0;width:140px; margin-left: -70px; background:#fff;line-height:26px; } 
.nav .sub li{height:auto;border-bottom:1px solid #eee;text-align:center;line-height:26px;zoom:1; overflow: hidden; padding: 4px 0}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{font-weight: bold;  color:#0065b1; border-bottom: 4px solid #0065b1}
.nav .nLi.active h3 span,.nav .nLi:hover h3 span{opacity: 1}
.sub li:hover a{color:#1d2a79;}
.nav .nLi:last-child:after{content: ""}

/*banner*/
.banner{ width:100%;  position:relative; clear: left; background-attachment: fixed; height:734px}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -33px; bottom:50px;z-index:1;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:15px;height:15px; background: #999; cursor:pointer; border-radius: 50%; text-indent:-999px;}
.banner .slideBox .hd ul li.on{background:#fff;}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:734px;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%}
.banner .slideBox .bd img{display:block;width:100%;height:100%}
.banner .slideBox .hd ul li:last-child{margin-right: 0}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; top:50%; margin-top:-25px; display:block; width:80px; height:100px; filter:alpha(opacity=20);opacity:0.2;   }
		.slideBox .next{  right:5%; }
			.slideBox .prev{ left:5%;  }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=70);opacity:0.7;  }



.in_cp{ width:1300px; height:auto; margin:0 auto; margin-top:50px; overflow:hidden; clear:both;}
.in_cp_k{ width:318px; height:284px; float:left; margin-right:5px;}
.in_cp_pic{ width:316px; height:223px; margin:0 auto; border:1px solid #F2F2F2; position: relative; overflow: hidden}
.in_cp_pic img{width:316px; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_cp_pic:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_cp_title{ width:318px; height:61px; background:#F3F3F3; margin:0 auto; line-height:61px; text-align:center;}

.in_ys{ width:100%; height:460px; background:url(../images/in_ys.jpg) top center no-repeat; margin:0 auto; margin-top:70px; overflow:hidden; clear:both;}
.in_ys_k{ width:1300px; height:60px; margin:0 auto; text-align:center; line-height:60px; font-size:40px; color:#FFF; margin-top:50px;}
.in_ys_js{ width:1300px; height:40px; margin:0 auto; text-align:center; line-height:40px; font-size:18px; color:#B7BEC6;}
.in_ys_bj{ width:1300px; height:204px; margin:0 auto; margin-top:40px;}
.in_ys_left{ width:204px; height:204px; float:left; margin-right:68px; background:url(../images/ys_bj.png) top center no-repeat;}
.in_ys_left a{ width:204px; height:204px; float:left; margin-right:68px; background:url(../images/ys_bj.png) top center no-repeat; display:block;}
.in_ys_left a:hover{ width:204px; height:204px; float:left; margin-right:68px; background:url(../images/ys_bj1.png) top center no-repeat; }

.in_ys_left_tb{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_1.jpg) top center no-repeat;}
.in_ys_left_tb a{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_1.jpg) top center no-repeat;}
.in_ys_left:hover .in_ys_left_tb{  background:url(../images/tb1.png) top center no-repeat;}

.in_ys_left_title{ width:150px; height:40px; margin:0 auto; text-align:center; font-size:16px; color:#333; line-height:50px; font-weight:bold;}
.in_ys_left:hover .in_ys_left_title{ color:#fff;}

.in_ys_left_js{ width:150px; height:30px; margin:0 auto; text-align:center; font-size:14px; color:#ccc;}
.in_ys_left:hover .in_ys_left_js{  color:#fff;}


.in_ys_left_tb2{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_2.jpg) top center no-repeat;}
.in_ys_left_tb2 a{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_2.jpg) top center no-repeat;}
.in_ys_left:hover .in_ys_left_tb2{  background:url(../images/tb2.png) top center no-repeat;}

.in_ys_left_title2{ width:150px; height:40px; margin:0 auto; text-align:center; font-size:16px; color:#333; line-height:50px; font-weight:bold;}
.in_ys_left:hover .in_ys_left_title2{ color:#fff;}

.in_ys_left_js2{ width:180px; height:30px; margin:0 auto; text-align:center; font-size:14px; color:#ccc;}
.in_ys_left:hover .in_ys_left_js2{  color:#fff;}

.in_ys_left_tb3{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_3.jpg) top center no-repeat;}
.in_ys_left_tb3 a{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_3.jpg) top center no-repeat;}
.in_ys_left:hover .in_ys_left_tb3{  background:url(../images/tb3.png) top center no-repeat;}

.in_ys_left_title3{ width:150px; height:40px; margin:0 auto; text-align:center; font-size:16px; color:#333; line-height:50px; font-weight:bold;}
.in_ys_left:hover .in_ys_left_title3{ color:#fff;}

.in_ys_left_js3{ width:180px; height:30px; margin:0 auto; text-align:center; font-size:14px; color:#ccc;}
.in_ys_left:hover .in_ys_left_js3{  color:#fff;}


.in_ys_left_tb4{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_4.jpg) top center no-repeat;}
.in_ys_left_tb4 a{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_4.jpg) top center no-repeat;}
.in_ys_left:hover .in_ys_left_tb4{  background:url(../images/tb4.png) top center no-repeat;}

.in_ys_left_title4{ width:150px; height:40px; margin:0 auto; text-align:center; font-size:16px; color:#333; line-height:50px; font-weight:bold;}
.in_ys_left:hover .in_ys_left_title4{ color:#fff;}

.in_ys_left_js4{ width:180px; height:30px; margin:0 auto; text-align:center; font-size:14px; color:#ccc;}
.in_ys_left:hover .in_ys_left_js4{  color:#fff;}


.in_ys_right_tb5{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_5.jpg) top center no-repeat;}
.in_ys_right_tb5 a{ width:53px; height:53px; margin:0 auto; margin-top:40px; background:url(../images/ys_5.jpg) top center no-repeat;}
.in_ys_right:hover .in_ys_right_tb5{  background:url(../images/tb5.png) top center no-repeat;}

.in_ys_right_title5{ width:150px; height:40px; margin:0 auto; text-align:center; font-size:16px; color:#333; line-height:50px; font-weight:bold;}
.in_ys_right:hover .in_ys_right_title5{ color:#fff;}

.in_ys_right_js5{ width:180px; height:30px; margin:0 auto; text-align:center; font-size:14px; color:#ccc;}
.in_ys_right:hover .in_ys_right_js5{  color:#fff;}





.in_ys_right{ width:204px; height:204px; float:right; background:url(../images/ys_bj.png) top center no-repeat;}
.in_ys_right a{ width:204px; height:204px; float:left; margin-right:68px; background:url(../images/ys_bj.png) top center no-repeat; display:block;}
.in_ys_right a:hover{ width:204px; height:204px; float:left; margin-right:68px; background:url(../images/ys_bj1.png) top center no-repeat; }

.in_case{ width:100%; height:615px; background:#F7F7F7; margin:0 auto; overflow:hidden; clear:both;}
.in_case_title{ width:461px; height:101px; background:url(../images/in_case.jpg) top center no-repeat; margin:0 auto; margin-top:40px;}
.in_case_js{ width:1000px; height:auto; margin:0 auto; margin-top:20px; line-height:30px; text-align:center; color:#999;}

.in_case_k{ width:1300px; margin:0 auto; margin-top:30px;}
.index_product_left{width:100%; height: auto; margin-top: 40px; position: relative}
.index_case_pic{width:318px; height: 225px; overflow: hidden}
.index_product_left .swiper-slide a{width:318px; height: auto; display: block}
.index_product_left .swiper-slide a img{width:318px; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_left .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_product_left .swiper-slide a h4{width:318px; height:56px; text-align: center; line-height: 56px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#333333; font-size:16px;}
.index_product_left .swiper-slide a span{color:#333333; font-size:16px; margin-top: 20px;  display: block; text-align: center}
.index_product_left .swiper-slide a:hover h4{border-bottom: 1px solid #0065b1}
.index_product_left .swiper-button-next,.index_product_left .swiper-button-prev{width:38px; height: 38px; margin-top:-55px; }
.index_product_left .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-45px}
.index_product_left .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-45px;}
.index_product_left .swiper-button-next:hover{background: url(../images/pro_hright.png) no-repeat center}
.index_product_left .swiper-button-prev:hover{background: url(../images/pro_hleft.png) no-repeat center}
.index_product_class{width:100%; height:844px;  background-size: cover;}
.index_product_class ul{width:100%; height: auto; overflow: hidden}
.index_product_class ul li{width:33.33%; height:422px; border-bottom: 1px solid rgba(255,255,255,0.5); float: left; border-right:1px solid rgba(255,255,255,0.5); 
	text-align: center; padding-top: 8% }
.index_product_class ul li:nth-child(4),.index_product_class ul li:nth-child(5),.index_product_class ul li:nth-child(6){border-bottom: 0}
.index_product_class ul li h3{color:#fff; font-size: 24px; line-height: 40px;}
.index_product_class ul li h4{color:#fff; font-size: 16px; line-height: 30px; text-transform: uppercase}
.index_product_class ul li i{color:#fff; font-size: 30px; font-weight: bold; margin-top: 10px; display: block}
.index_product_class ul li img.p_jia{width:38px; height: 38px; display: none; margin:20px auto 0;}
.index_product_class ul li:hover  img.p_jia{display: block} 
.index_product_class ul li:hover i{display: none}
.index_product_class ul li:hover{background: rgba(0,101,177,0.6)}

/*产品详情*/
.ny_pro_bleft{width:1300px; height: auto; overflow: hidden; margin:0 auto; margin-top:50px;}
.ny_pro_bright{width:22%; height: auto; float: right}
.ny_probt_case{width:100%; height:auto; margin-top: 30px; }
.ny_probt_case h1,.ny_proshow_num h1{ font-size: 30px; color: #313131; font-weight: bold; text-align: center; margin-bottom: 24px;}
.ny_proshow_num img{max-width:100%; height:auto!important}
.ny_probt_case li{width:23.5%; height:auto; float: left; margin-right:2%; margin-bottom: 20px; }
.ny_probt_case li img{width:100%; height:auto; display:block;}
.ny_probt_case li:hover img{ transform:scale3d(1.1,1.1,1); }
.nyprocase-div{ width:100%; height: auto; overflow: hidden; }
.nyprocase-div img{ transition:.6s; width:100%; height:auto; display:block;}
.ny_probt_case li:hover .ny_probt_xx h3{ color:#E80000; }
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px; border: 1px solid #dcdcdc; padding:0 15px;}
.ny_probt_xx h3{width: 100%; height: 40px;  line-height: 40px; font-size: 14px; color: #313131; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center}
.ny_probt_xx p{ font-size: 13px; color: #313131; width: 100%; height: 25px; line-height:25px; overflow: hidden}
.ny_probt_case li:nth-child(4n){margin-right: 0px;}
.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #E80000;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 48%; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #E80000; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  font-size: 15px; color: #191919; cursor:pointer; padding: 0px 10px 0 10px ; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3:first-child{ border-top: 1px solid #e3e3e3;}
.sideMenu h3.on { color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;    cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:29px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 32px; line-height: 32px;  padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_probt{width:1090px; height:55px; margin:0 auto;}
.ny_probt li{width:208px; height:55px; float:left; margin-right:10px; text-align:center; cursor: pointer; background:url(../images/in_lbbj.jpg) top center no-repeat; display:block; font-size:18px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:url(../images/in_lbbj.jpg) top center no-repeat;  }
.ny_probt li:hover a{color:#666}
.ny_probt li.on{background:url(../images/pro_lb_bj.jpg) top center no-repeat; font-size:18px;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:208px; height:55px; text-align:center; line-height:55px; color:#1F52AB; display:block; font-size:18px;}


.in_pro{ width:669px; height:98px; margin:0 auto; margin-top:50px; background:url(../images/pro_title.jpg) top center no-repeat;}



.in_about{ width:100%; height:670px; background:url(../images/about_bj.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both;}
.in_about_k{ width:1300px; height:auto; margin:0 auto; margin-top:90px;}
.in_about_left{ width:670px; height:auto; float:left;}
.in_about_left_bt{ width:670px; height:71px; background:url(../images/about_title.jpg) top left no-repeat;}
.in_about_left_mc{ width:670px; height:60px; margin:0 auto; text-align:left; font-size:26px; color:#0F70BD; margin-top:30px; font-weight:bold;}
.in_about_left_msg{ width:670px; height:auto; margin:0 auto; text-align:left; line-height:28px; margin-top:10px; color:#666;}
.in_about_left_lm{ width:670px; height:49px; margin:0 auto; margin-top:40px;}
.in_about_left_lm li{ width:158px; height:49px; float:left; margin-right:50px;}
.in_about_left_lm li a{ width:158px; height:49px; background:url(../images/about_gd.jpg) top center no-repeat; color:#FFF; text-align:center; line-height:49px; display:block;}
.in_about_left_lm li a:hover{ width:158px; height:49px; text-align:center; color:#FFF; background:url(../images/about_gd.jpg) top center no-repeat; }


.in_about_left_lm1{ width:157px; height:49px; float:left; margin-right:50px; cursor:pointer; margin-top:40px;}


.in_about_dh{ width:1298px; height:185px; background:url(../images/about_lm.png) top center no-repeat; margin:0 auto; margin-top:485px;}
.in_about_dh_k{ width:1200px; height:176px; margin:0 auto;}
.in_about_dh_left{ width:400px; height:176px; float:left; background:url(../images/x.jpg) center right no-repeat;}
.in_about_dh_left1{ width:400px; height:176px; float:left;}
.in_about_dh_tb{ width:70px; height:70px; float:left; margin-top:40px;}
.in_about_dh_tb1{ width:70px; height:70px; float:left; margin-top:40px; margin-left:40px;}
.in_about_dh_tb2{ width:70px; height:70px; float:left; margin-top:40px; margin-left:40px;}
.in_about_dh_js{ width:260px; height:auto; float:left; margin-top:40px; margin-left:20px;}
.in_about_dh_js1{ width:260px; height:60px; background:url(../images/about_dh_x.jpg) bottom left no-repeat; font-size:40px; color:#1662BA;}
.in_about_dh_js2{ width:260px; height:50px; margin:0 auto; text-align:left; line-height:50px; color:#999;}

.in_hy{ width:885px; height:128px; background:url(../images/in_hy.jpg) top center no-repeat; margin:0 auto; margin-top:60px;}
.in_hy_k{ width:1300px; height:440px; margin:0 auto; margin-top:50px; position:relative }
.index_hy_pic{width:640px; height: 440px; overflow: hidden}
.in_hy_k .swiper-slide a{width:640px; height: auto; display: block}
in_hy_k .swiper-slide a img{height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_hy_k .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_hy_k .swiper-slide a h4{width:318px; height:56px; text-align: center; line-height: 56px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#333333; font-size:16px;}
.in_hy_k .swiper-slide a span{color:#333333; font-size:16px; margin-top: 20px;  display: block; text-align: center}
.in_hy_k .swiper-slide a:hover h4{border-bottom: 1px solid #0065b1}
.in_hy_k .swiper-button-next,.in_hy_k .swiper-button-prev{width:38px; height: 38px; margin-top:-55px; }
.in_hy_k .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-50px}
.in_hy_k .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-50px;}
.in_hy_k .swiper-button-next:hover{background: url(../images/pro_hright.png) no-repeat center}
.in_hy_k .swiper-button-prev:hover{background: url(../images/pro_hleft.png) no-repeat center}

.hy_left_xx{width:316px; height: 110px; background: rgba(20,128,214,0.8); position: absolute; bottom:0; right:0; padding:25px 20px 0 20px}
.hy_left_xx_k{ width:260px; height:60px; margin:0 auto;}
.hy_left_xx_left{ width:200px; height:60px; float:left;}
.hy_left_xx_left_bt{ width:200px; height:40px; margin:0 auto; text-align:left; font-size:22px; color:#FFF; font-weight:bold; line-height:40px;}
.hy_left_xx_left_js{ width:200px; height:20px; margin:0 auto; text-align:left; font-size:14px; line-height:20px; color:#FFF;}
.hy_gd{ width:33px; height:33px; float:right; margin-top:13px;}


.in_hz{ width:1300px; height:50px; margin:0 auto; margin-top:50px;}
.in_hz_left{ width:246px; height:34px; float:left; margin-top:8;}
.in_hz_left1{ width:500px; height:50px; float:left; margin-left:20px; text-align:left; line-height:50px;}
.in_hz_right{ width:146px; height:48px; float:right; background:url(../images/in_hz_gd.jpg) top center no-repeat; text-align:center; line-height:48px; color:#FFF;}
.in_hz_right a{ color:#FFF;}
.in_hz_right a:hover{ color:#FFF;}

.in_hz_k{ width:1300px; height:auto; margin:0 auto; margin-top:30px; overflow:hidden; clear:both;}
.in_hz_k_left{ width:210px; height:121px; float:left; margin-left:5px; background:url(../images/hz_bj.jpg) top center no-repeat; margin-bottom:7px;}
.in_hz_k_left_pic{ width:190px; height:100px; margin:0 auto; margin-top:10px;}

.in_news{ width:100%; height:640px; background:#F7F7F7; margin:0 auto; margin-top:60px; overflow:hidden; clear:both;}
.in_news_title{ width:1300px; height:100px; margin:0 auto; margin-top:40px;}
.in_news_title_left{ width:794px; height:100px; background:url(../images/news_x.jpg) bottom center no-repeat; float:left;}
.in_news_title_1{ width:65px; height:100px; float:left; text-align:center; line-height:100px; font-size:16px; color:#1964B7;}
.in_news_title_2{ width:100px; height:100px; float:left; text-align:center; line-height:100px; margin-left:20px;}
.in_news_title_right{ width:406px; height:100px; float:right; background:url(../images/news_bt.jpg) top center no-repeat;}

.in_news_k{ width:1300px; height:auto; margin:0 auto; margin-top:30px;}
.in_news_k_left{ width:695px; height:auto; float:left;}
.in_news_left{ width:325px; height:auto; float:left; margin-right:20px;}
.in_news_right{ width:325px; height:auto; float:right;}
.in_news_left_pic{ width:325px; height:225px; margin:0 auto; position: relative; overflow: hidden}
.in_news_left_pic a img{height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_news_left_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_news_left_title{ width:325px; height:60px; margin:0 auto; text-align:left; font-size:16px; color:#333; line-height:60px; font-weight:bold;}
.in_news_left_title a{font-size:16px; color:#333;}
.in_news_left_title a:hover{font-size:16px; color:#1480D6;}
.in_news_left_msg{ width:325px; height:auto; margin:0 auto; text-align:left; line-height:26px; color:#999;}
.in_news_left_msg a{ color:#999;}
.in_news_left_msg a:hover{ color:#1480D6;}
.in_news_left_gd{ width:325px; height:35px; margin:0 auto; margin-top:30px;}
.in_news_left_gd_left{ width:36px; height:35px; float:left;}
.in_news_left_gd_right{ width:100px; height:35px; float:right;  text-align:right; line-height:35px; font-size:12px; color:#666;}

.in_news_k_right{ width:605px; height:420px; float:right; position:relative}
.news_left_xx{width:393px; height: 193px; background:url(../images/news_bj.jpg) top center no-repeat; position: absolute; z-index:9999999999;  bottom:0; right:0;}
.news_k{ width:350px; height:auto; margin:0 auto; margin-top:20px;}
.news_time{ width:100%; height:20px; line-height:20px; text-align:left; font-size:12px; color:#FFF;}
.news_bt{ width:100%; height:40px; line-height:40px; text-align:left; font-size:16px; color:#FFF;}
.news_bt a{color:#FFF;}
.news_bt a:hover{color:#BAD9F1;}
.news_msg{ width:100%; height:auto; margin:0 auto; text-align:left; line-height:25px; color:#FFF; font-size:12px;}
.news_msg a{color:#FFF;}
.news_msg a:hover{color:#BAD9F1;}
.news_gd{ width:115px; height:45px; background:#176DC4; text-align:center; line-height:45px; color:#FFF; float:right; bottom:0; right:0; margin-top:16px;}
.news_gd a{ width:115px; height:45px; background:#176DC4; text-align:center; line-height:45px; color:#FFF; display:block;}
.news_gd a:hover{ width:115px; height:45px; background:#E9E9E9; text-align:center; line-height:45px; color:#666;}


.in_food{ width:100%; height:15px; background:url(../images/food.jpg) top center no-repeat; margin:0 auto;}
.in_foodbj{ width:100%; height:389px; background:url(../images/foot_bj.jpg) top center no-repeat; margin:0 auto;}
.in_food_k{ width:1300px; height:307px; margin:0 auto;}
.in_food_left{ width:730px; height:307px; float:left;}
.in_food_left1{ width:46px; height:307px; float:left;}
.in_food_left_lm{ width:190px; height:auto; float:left; text-align:center;}
.in_food_left_lm_bt{ width:190px; height:50px; margin:0 auto; line-height:50px; color:#BBB; margin-top:30px;}
.in_food_left_lm_nr{ width:190px; height:auto; margin:0 auto; text-align:center; line-height:30px; color:#6C6C6C;}
.in_food_left_lm_nr a{ color:#6C6C6C;}
.in_food_left_lm_nr a:hover{ color:#fff}
.in_food_right{ width:560px; height:auto; float:right;}
.in_food_right_tel{ width:560px; height:40px; margin:0 auto; text-align:right; color:#B2B2B2; line-height:40px; font-size:16px; margin-top:20px;}
.in_food_right_tel1{ width:560px; height:60px; margin:0 auto; text-align:right; color:#0B55A5; font-size:28px; background:url(../images/dh1.jpg) bottom right no-repeat; line-height:50px; font-weight:bold;}
.in_food_right_yx{ width:560px; height:35px; margin:0 auto; background:url(../images/food1.jpg) center right no-repeat; text-align:right; color:#B2B2B2; line-height:30px; padding-right:40px; margin-top:15px; font-size:16px;}
.in_food_right_dz{ width:560px; height:35px; margin:0 auto; background:url(../images/food2.jpg) center right no-repeat; text-align:right; color:#B2B2B2; line-height:30px; padding-right:40px; margin-top:5px; font-size:16px;}
.in_food_right_lj{ width:560px; height:55px; margin:0 auto;}
.in_food_right_lj_left{ width:90px; height:35px; float:left; margin-left:60px; margin-top:10px;}

.food_right_ma_sj{ width:35px; height:35px; float:left;}
.food_right_ma_wx{ width:35px; height:35px; float:right;}
.food_right_ma_sj{ width:35px; height:35px; float:left; position:relative; cursor:pointer; background:url(../images/foodsj.png) top center no-repeat;}
.food_right_ma_sj img{ width:130px; height:130px; position:absolute; top:-140px; left:-40px; z-index:99999999999; display:none;}
.food_right_ma_sj:hover img{ display:block;}
.food_right_ma_wx{ width:35px; height:35px; float:right; position:relative; cursor:pointer; background:url(../images/foodwx.png) top center no-repeat;}
.food_right_ma_wx img{ width:130px; height:130px; position:absolute; top:-140px; left:-40px; z-index:99999999999; display:none;}
.food_right_ma_wx:hover img{ display:block;}


.footer_links{width:250px; height: 44px; background: #434343; float: right; margin-top: 10px; position: relative}
.footer_links p{color:#e2e3dd; font-size: 14px; line-height: 44px; padding-left:28px; height: 44px; background: url(../images/xia.jpg) no-repeat right center}
.footer_lj{width:250px; height:200px; position: absolute; top:-200px; left:0; background: #fff; padding: 10px; display: none; overflow-y: auto; float:right;}
.footer_lj a{width:240px; height:auto; color:#333; font-size:14px; display: block; margin: 8px 0}
.footer_lj a:hover{color:#0065b1}
.footer_links:hover .footer_lj{display: block}
.in_food_db{ width:1300px; height:70px; margin:0 auto;}
.in_food_db_left{ width:799px; height:70px; float:left; font-size:16px; color:#6C6C6C; text-align:left; line-height:70px;}
.in_food_db_left a{ color:#6C6C6C;}
.in_food_db_left a:hover{ color:#FFF;}
.in_food_db_right{ width:500px; height:70px; float:right;}

.footer_zhichi{width:auto; height:100%; overflow: hidden; float: right; margin-top:10px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#727272; line-height:58px; font-size: 16px;}
.footer_zhichi p a{ color:#727272; font-size: 16px;}
.footer_zhichi span{float: left; font-size:16px; color: #727272;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:18px; margin-right: 10px}
.footer_zhichi .js{width:88px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:20px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 

/*视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:380px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:338px;}



/*产品详情页*/

.pro_ban{ width:100%; height:340px; margin:0 auto; background:url(../images/proban.jpg) top center no-repeat; overflow:hidden; clear:both;}
.pro_ban_bt{ width:1300px; height:60px; margin:0 auto; text-align:center; line-height:60px; font-size:50px; color:#FFF; margin-top:90px; font-weight:bold;}
.pro_ban_js{ width:710px; height:70px; margin:0 auto; border-bottom:1px solid #69696B; border-top:1px solid #69696B; text-align:center; line-height:70px; color:#F4F5F2; font-size:22px; margin-top:30px;}
.ban_db{ width:100%; height:75px; background:#024795; margin:0 auto;}
.ban_db_k{ width:1300px; height:75px; margin:0 auto;}
.ban_db_left{ width:70%; height:75px; float:left;}
.ban_db_left li{ width:180px; height:75px; float:left; text-align:center; line-height:75px; color:#FFF}
.ban_db_left li a{ width:180px; height:75px; float:left; text-align:center; line-height:75px; color:#FFF; display:block; font-size:16px;}
.ban_db_left li a:hover{ width:180px; height:75px; float:left; text-align:center; line-height:75px; color:#666; background:#fff; font-size:16px;}
.ban_db_left li a.active{ background:#ECECEC; color:#666; font-size:16px;}
.ban_db_right{ width:30%; height:75px; float:right; text-align:right; line-height:75px; color:#FFF;}
.ban_db_right a{color:#fff}
.pro_bj{ width:100%; height:750px; background:url(../images/pro_bj.jpg) top center no-repeat; margin:0 auto; overflow:hidden; clear:both;}
.pro_k{ width:1300px; height:auto; margin:0 auto; margin-top:70px;}
.pro_k_left{ width:675px; height:auto; float:left;}
.pro_k_left_img{ width:675px; height:480px; margin:0 auto; border:1px solid #F2F2F2;}
.pro_k_left_list{ width:675px; height:115px; margin:0 auto; margin-top:15px;}
.pro_k_left_list li{ width:160px; height:115px; float:left; border:1px solid #F2F2F2; margin-right:7px;}
.pro_k_right{ width:550px; float:right;}
.pro_k_right_bt{ width:550px; height:60px; line-height:60px; text-align:left; font-size:30px; color:#333; font-weight:bold;}
.pro_k_right_bt h1{font-size:30px; color:#333;font-weight:bold;}
.pro_k_right_jg{ width:550px; height:30px; margin:0 auto; text-align:left; line-height:30px; font-size:20px; color:#024795; font-weight:bold;}
.pro_k_right_js{ width:550px; height:auto; margin:0 auto; text-align:left; line-height:35px; margin-top:15px; color:#666;}
.pro_cs{ width:550px; height:auto; margin:0 auto; verflow:hidden; clear:both;}
.pro_cs_k{ width:459px; height:auto; float:left;}
.pro_cs_left{ width:218px; height:auto; float:left;}
.pro_cs_left1{ width:218px; height:39px; margin:0 auto; margin-top:10px;}
.pro_cs_left_ls{ width:111px; height:39px; background:url(../images/pro_jsbj.jpg) top center no-repeat; text-align:center; line-height:39px; color:#FFF; float:left;}
.pro_cs_left_hs{ width:107px; height:39px; background:url(../images/pro_jsbj1.jpg) top center no-repeat; text-align:center; line-height:39px; color:#666; float:right;}
.pro_cs_right{ width:218px; height:auto; float:right;}
.pro_cs_right1{ width:218px; height:39px; margin:0 auto; margin-top:10px;}
.pro_cs_right_ls{ width:111px; height:39px; background:url(../images/pro_jsbj.jpg) top center no-repeat; text-align:center; line-height:39px; color:#FFF; float:left;}
.pro_cs_right_hs{ width:107px; height:39px; background:url(../images/pro_jsbj1.jpg) top center no-repeat; text-align:center; line-height:39px; color:#666; float:right;}
.pro_x{ width:550px; height:30px; margin:0 auto; border-bottom:1px solid #E8E8E8; overflow:hidden; clear:both;}
.pro_lm{ width:550px; height:26px; margin:0 auto; margin-top:20px;}
.pro_lm_left{ width:120px; height:26px; float:left; margin-right:40px;}
.pro_lm_left1{ width:26px; height:26px; float:left;}
.pro_lm_left2{ width:90px; height:26px; float:right; text-align:left; line-height:26px;}
.pro_lmb{ width:550px; height:auto; margin:0 auto; margin-top:50px; verflow:hidden; clear:both;}
.pro_lmb_k{ width:459px; height:auto; float:left;}
.pro_lmb_left{ width:185px; height:45px; float:left; background:#024795; text-align:center; line-height:45px; color:#FFF;}
.pro_lmb_left a,.pro_lmb_right a{color:#fff; font-size:16px;}
.pro_lmb_right{ width:185px; height:45px; float:right; background:#024795; text-align:center; line-height:45px; color:#FFF;}
.pro_xq{ width:1300px; height:61px; margin:0 auto; background:url(../images/pro_xq.jpg) top center no-repeat; margin-top:50px; overflow:hidden; clear:both;}
.pro_xq_left{ width:238px; height:58px; float:left; text-align:center; line-height:58px; font-size:20px; color:#FFF; font-weight:bold;}
.in_case_k{ width:1300px; margin:0 auto; margin-top:30px;}
.index_case_left{width:100%; height: auto; margin-top: 40px; position: relative}
.index_case_left .swiper-slide a{width:100%; height: auto; display: block; border:1px solid #F0F0F0;}
.index_case_left .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_left .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.case_left_hover{width:100%; height:100%; background:rgba(0,89,175,0.6); position:absolute; top:0; left:0; display:none}
.case_left_hover h4{color:#fff; font-size:18px; text-align:center; position:absolute; top:50%; left:50%;transform: translate(-50%,-50%); font-weight:bold;}
.index_case_left .swiper-slide a:hover .case_left_hover{ display:block}
.pro_con{ width:1300px; height:auto; margin:0 auto; line-height:28px; font-size:20px; color:#666; margin-top:20px; overflow:hidden; clear:both; }
.al{ width:100%; height:710px; background:url(../images/cpbj.png) top center no-repeat; margin:0 auto; margin-top:50px; overflow:hidden; clear:both;}
.al_bt{ width:511px; height:115px; margin:0 auto; background:url(../images/albt.png) top center no-repeat; margin-top:70px;}



.pc-slide{width: 100%; margin: 0 auto;}
.view .swiper-container {width: 100%; overflow:hidden}
.ny_view_info{width:100%; height:auto; overflow:hidden; font-size:16px; color:#333; line-height:32px; margin:25px 0; display:none}
.view .swiper-slide-active .ny_view_info{display:block;}
.preview{width: 100%; margin-top: 10px; position: relative; padding:0 65px}
.preview .swiper-container {width: 100%; height: auto;}
.preview .swiper-slide{position:relative}
.preview .swiper-slide img{width:100%; height:auto; display:block; border:1px solid #eee}
.preview .arrow-left {
	background: url(../images/pro_left1.png) no-repeat center;
	position: absolute;
	left:0;
	top: 0;
	width:45px;
	height:100%;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/pro_right1.png) no-repeat center;
	position: absolute;
	right:0;
	top:0;
	width:45px;
	height:100%;
	z-index: 10;
}


.preview .arrow-right:hover{background: url(../images/pro_hright1.png) no-repeat center}
.preview .arrow-left:hover{background: url(../images/pro_hleft1.png) no-repeat center}
.preview .active-nav .case_left_hover{ display:block}
.preview .swiper-slide:hover .case_left_hover{ display:block}









/*首页产品滚动*/
.in_al_c{ width:1300px; height:380px; margin:0 auto; margin-top:60px; overflow:hidden; clear:both;}
ul.al_list{ padding-top:0;}
ul.al_list li{ width:315px; height:380px; float:left; margin-right:20px; background:#FFF;}
ul.al_list li ul li { float:none; text-align:center; width:290px; margin:0;}
.al_list_image {width:315px; height:250px; display:block; margin:0 auto;}
.al_list_title { width:260px; height:60px; margin:0 auto; border-bottom:1px solid #EBEBEB;}
.al_list_title a{ display:block; height:60px; line-height:60px; text-align:center; font-size:16px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%}
.al_list_title a:hover{ color:#3366CC;}
.al_list_gd { width:108px; height:27px; margin:0 auto; background:#0059AF; text-align:center; color:#FFF; line-height:27px; font-size:12px; margin-top:20px;}
.al_list_gd a{  color:#FFF;}
.al_list_gd a:hover{  color:#FFF;}

#demo { overflow:hidden; width:100%; }
#indemo { float:left; width:800%;}
#demo1 { float:left;}
#demo2 {float:left;}

.cp_bt{ width:671px; height:99px; margin:0 auto; margin-top:50px; background:url(../images/cp_tb.jpg) top center no-repeat;}

.in_cp1_k{ width:1300px; margin:0 auto; margin-top:30px;}

.index_cp1_left{width:100%; height: auto; margin-top: 40px; position: relative}
.index_cp1_left .swiper-slide a{width:100%; height: auto; display: block; border:1px solid #F0F0F0; overflow:hidden}
.index_cp1_left .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_cp1_left .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_cp1_left_title{ width:100%; height:110px; background:#F3F3F3;}
.index_cp1_left_bt{ width:80%; height:50px; margin:0 auto; text-align:center; line-height:50px; color:#333; font-size:16px; padding-top:7px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_cp1_left_nr{ width:80%; height:30px; margin:0 auto; text-align:center; line-height:30px; color:#999; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.index_cp1_left_gd{ width:41px; height:41pxpx; margin:0 auto; position:relative; z-index:9999999;}
.index_cp1_left .swiper-container{padding-bottom:20px}
.index_cp1_left .swiper-button-next,.index_cp1_left .swiper-button-prev{width:45px; height: 257px; margin-top:-128px; }
.index_cp1_left .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-70px}
.index_cp1_left .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-70px;}
.index_cp1_left .swiper-button-next:hover{background: url(../images/pro_hright.png) no-repeat center}
.index_cp1_left .swiper-button-prev:hover{background: url(../images/pro_hleft.png) no-repeat center}
.cp1_left_hover{width:100%; height:100%; background:rgba(0,89,175,0.6); position:absolute; top:0; left:0; display:none}
.cp1_left_hover h4{color:#fff; font-size:18px; text-align:center; position:absolute; top:50%; left:50%;transform: translate(-50%,-50%); font-weight:bold;}
.index_cp1_left .swiper-slide a:hover .cp1_left_hover{ display:block}

.pro_lc{ width:100%; height:263px; background:url(../images/lc.jpg) top center no-repeat; margin:0 auto; margin-top:50px;}


.pro_zs{ width:451px; height:91px; margin:0 auto; margin-top:50px; background:url(../images/zs.jpg) top center no-repeat;}

.in_zs_k{ width:1300px; margin:0 auto 40px; margin-top:30px;}

.index_zs_left{width:100%; height: auto; margin-top: 40px; position: relative}
.index_zs_left .swiper-slide a{width:100%; height: auto; display: block; border:1px solid #F0F0F0;}
.index_zs_left .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_zs_left .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_zs_left_title{ width:100%; height:50px; margin:0 auto; text-align:center; line-height:50px; font-size:16px;}
.index_zs_left .swiper-button-next,.index_zs_left .swiper-button-prev{width:45px; height: 257px; margin-top:-158px; }
.index_zs_left .swiper-button-next{background: url(../images/pro_right.png) no-repeat center; right:-70px}
.index_zs_left .swiper-button-prev{background: url(../images/pro_left.png) no-repeat center; left:-70px;}
.index_zs_left .swiper-button-next:hover{background: url(../images/pro_hright.png) no-repeat center}
.index_zs_left .swiper-button-prev:hover{background: url(../images/pro_hleft.png) no-repeat center}
.zs_left_hover{width:100%; height:100%; background:rgba(0,89,175,0.6); position:absolute; top:0; left:0; display:none}
.zs_left_hover h4{color:#fff; font-size:18px; text-align:center; position:absolute; top:50%; left:50%;transform: translate(-50%,-50%); font-weight:bold;}
.index_zs_left .swiper-slide a:hover .zs_left_hover{ display:block}




/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.contact_right p{ font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:auto; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-left: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 50px;  }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #333;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #003993; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:180px; position:relative}
.inside_banner .in_header{position:absolute;}










/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0;  }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #003993; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #003993; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{  float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{  float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden; margin-bottom:40px}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #003993}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}




.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p{ text-align: center; font-size: 22px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{min-height: 90px; background: #f7f6f4;position: relative; margin-bottom:40px}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height:60px; position: relative; margin:5px 0;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; display:block}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0; background: #003993; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 28px; background: #e5e5e5; padding:10px; text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:75px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #003993;}
.honor_list li:hover .gallery-title{ background: #003993; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:300px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:796px; height:auto; float:left; margin-left: 50px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #003993;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{width:120px;  height:40px;line-height:40px; color:#333; display:block;  text-align:center; font-size:16px; background:#eee}
.yfzx_more:hover{background: #003993; color: #fff; border: 1px solid #003993}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#003993; color:#fff}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:18px; font-weight:bold; overflow:hidden; white-space:nowrap}


/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:50px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#003993}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:1200px; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}



